func go/types.hasVarSize

6 uses

	go/types (current package)
		builtins.go#L735: 		if hasVarSize(x.typ, nil) {
		builtins.go#L799: 		if hasVarSize(base, nil) {
		builtins.go#L823: 		if hasVarSize(x.typ, nil) {
		builtins.go#L997: func hasVarSize(t Type, seen map[*Named]bool) (varSized bool) {
		builtins.go#L1016: 		return hasVarSize(u.elem, seen)
		builtins.go#L1019: 			if hasVarSize(f.typ, seen) {